home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
C and C++
/
Utilities
/
indent-1.8
/
UserStartup•Indent
< prev
next >
Wrap
Text File
|
1994-01-19
|
814b
|
29 lines
# UserStartup•Indent
#
# Franklin Chen
# Tue, Apr 6, 1993 Version 1.7
# Wed, Jan 19, 1994 Version 1.8
# Indent will look in this directory for the file "Indent Prefs"
Set INDENT_PREFDIR "{SystemFolder}Preferences:"
Export INDENT_PREFDIR
# The default for the simple backup suffix is "~", e.g., file "foo.c"
# would be backed up to "foo.c~"
Set SIMPLE_BACKUP_SUFFIX ".bak"
Export SIMPLE_BACKUP_SUFFIX
# Set the type of backup file:
# "none" or "never" self-explanatory
# "simple"
# "numbered" or "t" "foo.c" is backed up to "foo.c.~V~", where
# V is one greater than the highest existing
# version in the directory of "foo.c"
# "numbered_existing" or "nil"
# default; numbered backups are made only if
# there already exist numbered backups
Set VERSION_CONTROL "numbered"
Export VERSION_CONTROL